EFI: add several misc. arch functions for boot code
authorRoy Franz <roy.franz@linaro.org>
Fri, 26 Sep 2014 10:00:27 +0000 (12:00 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 26 Sep 2014 10:00:27 +0000 (12:00 +0200)
commit0e8d34037495e5686cf445317fe7d61644468d48
tree7c06bf8d315bf3f40d60bfb7e655ecfa71dbd712
parent07f1c39d715b5161aae97c0b909e013f4fd765d3
EFI: add several misc. arch functions for boot code

Add efi_arch_blexit() for arch specific cleanup on error exit,
efi_arch_load_addr_check() to do the arch specific verifications
of where the UEFI firmware loaded Xen, and efi_arch_cpu() for
probing CPU features.

Signed-off-by: Roy Franz <roy.franz@linaro.org>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/efi/efi-boot.h
xen/common/efi/boot.c